home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip Kasım 2000.iso / prog / basic / 09 / IEDATAJA.CAB / OSP.ZIP / com / ms / osp / IllegalArgumentException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-07-28  |  253 b   |  8 lines

  1. package com.ms.osp;
  2.  
  3. public class IllegalArgumentException extends OSPException {
  4.    public IllegalArgumentException() {
  5.       super(-2147024809);
  6.    }
  7. }
  8.